home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
turbotut.arc
/
GOODFORM.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-06-30
|
426 b
|
17 lines
PROGRAM good_programming_style;
BEGIN
WRITE('Programming style ');
WRITE ('is a matter of ');
WRITELN ('personal choice');
WRITE('Each person ');
WRITE ('can choose ');
WRITELN ('his own style');
WRITE('He can be ');
WRITE ('very clear, or ');
WRITELN ('extremely messy');
END.